home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / status_mode < prev    next >
Text File  |  2001-03-21  |  577b  |  20 lines

  1. Synopsis:
  2.    set status_mode [<text>]
  3.  
  4. Description:
  5.    This variable sets the string displayed in the status bar when the
  6.    current channel has at least one mode set (not including +o or +v).
  7.    If no modes are set, nothing is displayed.
  8.  
  9.    This string is represented as %+ in the STATUS_FORMAT string.  When
  10.    used inside STATUS_MODE, it will expand to the actual modes and their
  11.    arguments.
  12.  
  13. Examples:
  14.    Customizing the appearance of the channel modes in the status bar:
  15.       /set status_mode Mode %+
  16.  
  17. See Also:
  18.    mode(1); set(4) status_format
  19.  
  20.